mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.6.1
This commit is contained in:
parent
ebb4af3d73
commit
0e17203d0a
6 changed files with 22 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.6.0",
|
||||
"version": "16.6.1",
|
||||
"description": "ToDo list and Time Tracking",
|
||||
"keywords": [
|
||||
"ToDo",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue