Skip to content

Releases: willmendesneto/build-checker-app

Version 0.0.10

09 Aug 05:47
Compare
Choose a tag to compare
  • Showing remove card button when hovering in card;

Version 0.0.9

04 Jul 02:44
Compare
Choose a tag to compare
  • Checking when the app is offline;
  • Add wrapper in remove card button;
  • Force reload when user navigate to main page;
  • Replace channelRequest for controlled-schedule package;
  • Adding message when app is offline;

Version 0.0.8

29 Jun 00:28
Compare
Choose a tag to compare
  • Fix bug to update card status when it changing;
  • Performance improvements;

Version 0.0.7

28 Jun 10:24
Compare
Choose a tag to compare
  • User feedback when the build/task is running on CI/CD server;
  • Import/export repository information;

Version 0.0.6

02 May 01:05
Compare
Choose a tag to compare
  • Creates longPolling validation;
  • Solving setState issue passing scope directly;
  • Solving issue in insert item via LowDB;

Version 0.0.5

29 Apr 02:45
Compare
Choose a tag to compare
  • Feedback for the user when repository CI/CD is running the tests;
  • Display cards smoothly;
  • Fix issue for enable/disable desktop notifications in app;

Version 0.0.4

27 Apr 05:22
Compare
Choose a tag to compare

BuildCheckerApp Version 0.0.4 is with new features and solving issues, such as:

  • Error in generateId method;
  • Enable/disable desktop notifications in "Preferences" menu item;
  • Add new classes and icons based in cctray response status;
  • Show error message just when is Failure;
  • Removes timeout in component unmount event;

Version 0.0.3

24 Apr 11:21
Compare
Choose a tag to compare

BuildCheckerApp Version 0.0.3 is with new features and solving issues, such as:

  • Fix issue when removes all repositories;
  • Add animation when clik in submit button;
  • Fix remove item in CardList component;
  • Add "Preferences" in Tray menu;
  • Remove app from MacOS Dock context (Can be configured via "Preferences" menu);
  • Add interval configuration for poll in repositories (Can be configured via "Preferences" menu);
  • Focus in the browserWindow when tray menu is clicked;

Version 0.0.2

12 Apr 07:35
Compare
Choose a tag to compare

This version is solving some small issues, such as:

  • Removes "Repository name" field in "Add repository" Tray option and get the CCTray default name by default;
  • Fix "Check for updates" feature;
  • CCTray integration in CI servers that are using http basic authentication;
  • Remove unused node packages calls;
  • Add Chromium Notification by default in application;
  • Return an error in ChannelRequest library;

Version 0.0.1

16 Feb 05:07
Compare
Choose a tag to compare

First Build Checker App version

  • Check build in Continuous Integration servers based in cctray.xml file content;
  • Adds repository in configurations;
  • Removes repository in configurations;
  • CCTray integration;
  • About project;