Releases: willmendesneto/build-checker-app
Releases · willmendesneto/build-checker-app
Version 0.0.10
- Showing remove card button when hovering in card;
Version 0.0.9
- Checking when the app is offline;
- Add wrapper in remove card button;
- Force reload when user navigate to main page;
- Replace
channelRequest
forcontrolled-schedule
package; - Adding message when app is offline;
Version 0.0.8
- Fix bug to update card status when it changing;
- Performance improvements;
Version 0.0.7
- User feedback when the build/task is running on CI/CD server;
- Import/export repository information;
Version 0.0.6
- Creates longPolling validation;
- Solving
setState
issue passing scope directly; - Solving issue in insert item via LowDB;
Version 0.0.5
- 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
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
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
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
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;