Skip to content

Releases: bitcap-co/bitcap-ipr

BitCap-IPReporter v1.2.1 Release

13 Jan 10:41
Compare
Choose a tag to compare

Small hotfix release for IPR v1.2.0. Mainly addressing some bugs with systray support.

🔧ChangeLog:

⭐️Enchancements

  • Add Help -> "Open Log" to view log file

UI Fixes

  • Update tooltips

🐛 Bug fixes:

  • Automatically show previous confirmation on new system tray notification
  • Adjust default system tray notification duration (Ignored on Windows; Can adjust in Windows settings)
  • Update log level on setting change instead of on next launch
  • Add timeout for Antminer API connectivity

Post-Fixed:

  • Fixed conditional causing exception on launch when auto-start is checked

Full Changelog: v1.2.0...v1.2.1

BitCap IPReporter v1.2.0 Release

07 Jan 08:57
Compare
Choose a tag to compare

This update for IPR brings a "final" overhaul to the app! There will most likely be future updates but small and far between as IPR is nearing the end of its main development roadmap. This is not the end for IPR however. this project will still be maintained and still open to feedback/suggestions.

🔧ChangeLog:

⭐️Enchancements

  • System tray support! Start and stop listening from the system tray as well as OS-integrated notifications for confirmations
  • New Settings view (Settings -> "Settings...") to configure application settings as such as system tray , API password, and log configuration:
    • Add general options in Settings view ("General/API" tab)
      • "Enable System Tray": enable/disable system tray
      • "On Window Close": Change the window close behavior to close application or minimize to system tray
      • "Set API Password": Set the default API password for miners (Moved from Table -> "Table Settings")
    • Add log options in Settings view ("Logs" tab)
      • "Log Level": Adjust log level for output (DEBUG, INFO, WARNING, ERROR, CRITICAL)
      • "Max Log Size": Set the maximum log file size (1024 KB default)
      • "On Max Log Size": Flush (Delete) or Rotate log when log file reaches set maximum size
      • "Flush Interval": Set the flush interval to on maximum log size (default) or on application close
  • App files are now located at default locations for OS. ex. %LOCALAPPDATA%/BitCap/BitCapIPR/Logs for log file on Windows
  • Current configuration is saved and updated across new versions
  • Add custom About dialog

UI Fixes

  • Move Table -> "Table Settings" -> "Set API Password" to new settings view
  • Add show/hide icon for API password box
  • Enable Table ->"Disable IP Confirmations" option if Table -> "Enable ID Table" is checked
  • Show log path on exception dialog
  • Set confirmation window to fixed size
  • Update tooltips for new settings

🐛 Bug fixes:

  • Fix portable artifacts to be self-contained
  • Handle timeout/connection errors for API requests
  • Implement safeguard for empty or malformed messages
  • Implement more robust system to prevent spamming of confirmations

🪣 Repository changes:

  • Update dependencies

Full Changelog: v1.1.5...v1.2.0

BitCap IPReporter v1.1.5 Release

09 Dec 06:15
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.5
Small update to IPR focusing on Mac support and theme styling cleanup.

🔧ChangeLog:

⭐️Enchancements

  • Add "Mac-like" titlebar for macos
  • Add Table -> Table Settings -> "Disable IP Confirmations" option to turn off confirmations while in table view.

UI Fixes

  • Add custom mac icons for titlebar
  • Style vertical scrollbar

Repository Changes:

  • Organize src files

Post-fix

  • remove %USERPROFILE%.config\ipr on install (Windows)

BitCap IPReporter v1.1.0 Release

22 Nov 19:42
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.1.0
BitCap IPR just got a new look! this release brings an new and cohesive UI theme + custom titlebar to unify the style of the app across all systems! As well as a new app logging system and UX tweaks.

🔧ChangeLog:

⭐️Enchancements

  • Add New UI theming for elements
  • Add Custom title bar to unify style across all systems
  • Add application logging for app debugging (USERHOME/.config/logs/ipr.log)
  • Hook exceptions to report in log
  • UX Tweaks
    • Restart listeners automatically on Disable Inactive Timer setting change
    • Copy singular item from table without separator
    • Record to table view when Always Open IP in Browser is checked
    • Activate main window instead of IP confirm when Always Open IP in Browser is checked
    • Update tooltip text in menu bar

Repository Changes:

  • Organize source files

BitCap IPReporter v1.0.4 Release

06 Nov 19:13
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

This release focuses on more data retrieval from the ASICs as well as some UX changes.

🔧ChangeLog:

⭐️Enchancements

  • Add SUBTYPE column to table view to show models of ASICs
  • Retrieve ASIC model from Antminers, IceRivers, and Whatsminers
  • Retrieve mac address from IceRivers instead of showing 'ice-river'
  • UX
    • Reorder menu bar to show Help first
    • Activate/Flash IP confirmation window on show
    • Main Window
      • Remove maximize button in title bar

🐛 Bug Fixes

  • UI Fixes
    • Re-Fix window size to 500x500

Repository Changes:

  • Add automatic builds for macOS x64

BitCap-IPReporter Release v1.0.3

18 Oct 03:09
f0de743
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

This small release brings some bug fixes and UX changes

🔧ChangeLog:

⭐️Enchancements

  • UX
    • New Help topbar menu:
      • Move About dialog to new Help menu in top bar (Help -> About)
      • Add Help -> 'Report Issue' : Open GitHub issues in browser
      • Add Help -> 'Source Code': Open GitHub repo in browser
      • Add new tooltips for Help menu
    • API Password config view changes (Table-> 'Table Settings' -> 'Set Default API Password'):
      • Make 'Yes' default button in quit dialog
      • Clear password field after writing API password
    • Main Window
      • Hook window close button to close IP confirmations/listeners
      • Fix window size to 500 x 500

🪲Bug Fixes

  • Fix crash when reporting miners on stock fw in ID Table view
  • Handle duplicate packets from miners to prevent confirmation spam
  • UI Fixes
    • Fix elements to be properly centered on Linux and Mac

🪣Repository Changes:

  • Automatic Builds for Linux, Mac (M1), and Windows!

BitCap IPReporter v1.0.2 Release

23 Sep 06:54
b1d8798
Compare
Choose a tag to compare

🔧ChangeLog:

⭐️Enchancements

  • Move configs to new location USER/.config/ipr.
  • Add Table -> Table Settings -> 'Set Default API Password' for when getting data from the miner.
  • Add warning and exit when opening an second instance of the application.

🪲Bug Fixes

  • Fix tooltips in Table menu
  • Handle failed auth with API when getting serial for ID Table

💻Platform-Specific Changes
Windows
- Close app before uninstall to properly uninstall app
Linux
- Fix debian package

Full Changelog: ad653e1...main

BitCap IPReporter v0.0.1-alpha Linux Test

23 Feb 09:58
Compare
Choose a tag to compare
v0.0.1-alpha-linux

package linux deb