Changelog

Nov. 1, 2023

v 2.1.0

Welcome to our latest update! We're laying the groundwork for exciting new features, fixing bugs, and making improvements to enhance your app experience. Stay tuned for more!
New in this version: a size-tracking chart for your app.

Sept. 13, 2022

v 2.0.0

# Features
• Invite (securely) all your teammates to join your Sambot teams via a Magic link without sharing any token to them
• Manage users access permissions (guest, member or admin) from any of your teams (Developer / QA / Marketing / DevOps, and a lot more...)
• New `Account screen` (accessible from `Settings` toolbar)
• Improve `Settings screen`

# Fixes
• Fix iOS 16 compatibility
• Fix a few bugs around last-updated/favorite `Applications` on Dashboard
• Fix crashes on iOS & macOS

# Refacto
• Refactor all system of `Modal sheets` all over the app
• Summer haircut for Notifications

June 22, 2022

v 1.10.0

# Features
• Add toggle on Project Screen to receive Push Notification as soon as builds finished
• Add native ColorPicker to improve color edition experience for Projects, Updated Apps, and Builds tiles
• Add button to share Bitrise Build URL on Build Detailed screen

# Fix
• Update Apps / Meteo when data download is finished

# Refacto
• Improve Analytics Insights charts performances
• Drastically reduce memory consumption (faster app launch)

# Design
• Update Project screen appearance

June 3, 2022

v 1.9.0

> To celebrate WWDC 2022, Sambot subscriptions prices are down by 50% !

# Features
• Improve Add Environment Parameters screen
• You can now add any fresh new branch when starting a build

# Fix
• Fix bug when duplicated Environment params appears
• Fix a crash

# Refacto
• Working on a next (great) feature

May 4, 2022

v 1.8.2

# Features
• Add automatic artifacts updates on Dashboard for all your favorites projects to always access to the last up-to-date app built
• Improve Environment params auto-completion when triggering a new build
• You can now restart/retry a Build from its tile button and quickly edit any of its combination of workflow, branch, env params

# Fixes
• Fix a random strange crash around environment params
• Fix a crash on app launch
• Fix duplicates while setting Environment params to a Build
• Fix Analytics Insights live update with fresh builds and date range that were sometimes wrongly set at launch
• Fix a crash on Test Report Summary in Build detailed screen

April 30, 2022

v 1.8.1

# Features
• Add automatic artifacts updates on Dashboard for all your favorites projects to always access to the last up-to-date app built
• Improve Environment params auto-completion when triggering a new build
• You can now restart/retry a Build from its tile button and quickly edit any of its combination of workflow, branch, env params

# Fixes
• Fix a random strange crash around environment params
• Fix a crash on app launch
• Fix duplicates while setting Environment params to a Build
• Fix Analytics Insights live update with fresh builds and date range that were sometimes wrongly set at launch
• Fix a crash on Test Report Summary in Build detailed screen

April 12, 2022

v 1.7.1

# Features
• Builds: Environment Parameters now auto-complete when configuring a build to run from any combination of project / workflow / branch / tags
• Add duration progress estimated from DB for builds running (projects on Dashboard)

# Fixes
• A few graphical glitches fixed
• Analytics Insights fetching was sometimes blocked

# Refactoring
• Improved Build Screen loading (speed + code)
• Improved Analytics Insights fetching data reliability
• Improved quality of implementation for an incoming (great) feature ;-)

April 11, 2022

v 1.7

# Features
• Builds: Environment Parameters now auto-complete when configuring a build to run from any combination of project / workflow / branch / tags
• Add duration progress estimated from DB for builds running (projects on Dashboard)

# Fixes
• A few graphical glitches fixed
• Analytics Insights fetching was sometimes blocked

# Refactoring
• Improved Build Screen loading (speed + code)
• Improved Analytics Insights fetching data reliability
• Improved quality of implementation for an incoming (great) feature ;-)

March 3, 2022

v 1.6

# Features
• Add macOS Support (Apple silicon only)
• Improve iPad version (Sidebar, adaptative padding, charts markers...)
• Improve Filters usage & style in Analytics Insights screen

# Fixes
• Improve Analytics Insights Downloader stop/resume behaviour
• Fix Tests parser
• Fix Pro plan random disconnection
• Fix persistent store crash after reseting token
• Fix iCloud sync

# Refactoring
• Reduce a few deprecated APIs, code warnings & useless files

Feb. 27, 2022

v 1.5

- [Feat] New Onboarding screen for token generation
- [Style] Improvements on buttons, colors and tiles
- [Fix] Analytics Insights charts UI and downloader

Feb. 16, 2022

v 1.4

# Features
- Add "Demo Mode" to try and discover Sambot app without entering any token
- Add achievement progress bar on build tile when running (based on median duration for its workflow over past 3 months)
- Make "Analytics Insights" available for multiple Projects selection
- Add a "triggered by user" filter in "Analytics Insights" screen
- Add Successful builds median duration in "Analytics Insights"

# Fixes
- Fix ScrollViews insets troubles on small devices
- Fix crashes from nil Reducers

# Style
- Small graphical improvements mainly on Dashboard and Project screens

# Refactoring
- Move all Colors into "StyleGuide" module for better app modularization

Jan. 31, 2022

v 1.3

# Feature
- [Feat] New Analytics Insight feature ! Discover tons of metrics computed from all the builds of your projects from the very first one: Cost, Duration, Success/Failure rates, Waiting time, Number of builds... These metrics are presented in beautiful colored charts, grids or highlights !

# Fixes
- [Fix] Update Failure Review BuildScreen module by adding smarter limits
- [Fix] Favorites Artifacts are now saved when leaving application
- [Fix] Improve Bitrise Colorized Log to be available even build still running
- [Fix] A few bugs and crashes

# Style
- [Style] Small graphical improvements mainly on Dashboard and BuildScreen

Dec. 6, 2021

v 1.2

# Features
- [Feat] Add new Favorite Artifacts Updates feature. Mark any artifacts as favorite in Build Detailed screen and always get the last updated version of them on your Dashboard

- [Feat] Add more information on Build Detailed screen (cost in credits, stack, timestamps...)
- [Feat] Add Bitrise Public Page button for the main artifact in Build Detailed screen
- [Feat] Improve Pro Features screen for subscribed users (subscription management, redeem code...)

# Fixes
- [Fix] Elapsed time countdown on Build tile
- [Fix] Build Detailed screen automatic refresh troubles when it ends
- [Fix] At the end of a Build, FailureReview module automatically refreshes itself until log & artifacts are ready
- [Fix] A few other bugs
- [Fix] Artifact expiration AWS token

# Refactoring
- [Refacto] A little bit of refacto (always good for health) + clean a few TODOs