This commit is contained in:
Johannes Millan 2025-12-14 12:33:38 +01:00
parent ebb4af3d73
commit 0e17203d0a
6 changed files with 22 additions and 6 deletions

View file

@ -1,3 +1,12 @@
## [16.6.1](https://github.com/johannesjo/super-productivity/compare/v16.6.0...v16.6.1) (2025-12-14)
### Bug Fixes
- **calendar:** handle Office 365 updateTimezones crash ([#5722](https://github.com/johannesjo/super-productivity/issues/5722)) ([887bf05](https://github.com/johannesjo/super-productivity/commit/887bf05ee10e8e58ec692efb6f06ac7298bd35a6))
- **docker:** drop arm/v7 platform to fix QEMU build failure ([89d672d](https://github.com/johannesjo/super-productivity/commit/89d672d1cc198309958c57cda0097860b244779f))
- **repeat:** use fallback for undefined startDate ([#5724](https://github.com/johannesjo/super-productivity/issues/5724)) ([3283e3c](https://github.com/johannesjo/super-productivity/commit/3283e3ce85b815eb636e2e1d09eb36cfcc0ec381))
- **ui:** align time tracking button overlay ([#5720](https://github.com/johannesjo/super-productivity/issues/5720)) ([6f3d9ef](https://github.com/johannesjo/super-productivity/commit/6f3d9efc78a92e9c5d390d6b04bb403cbe41f9eb))
# [16.6.0](https://github.com/johannesjo/super-productivity/compare/v16.5.5...v16.6.0) (2025-12-12)
### Bug Fixes

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 16_06_00_0000
versionName "16.6.0"
versionCode 16_06_01_0000
versionName "16.6.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,7 @@
### Bug Fixes
* **calendar:** handle Office 365 updateTimezones crash (#5722)
* **docker:** drop arm/v7 platform to fix QEMU build failure
* **repeat:** use fallback for undefined startDate (#5724)
* **ui:** align time tracking button overlay (#5720)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "16.6.0",
"version": "16.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "16.6.0",
"version": "16.6.1",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "16.6.0",
"version": "16.6.1",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '16.6.0',
version: '16.6.1',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};