This commit is contained in:
Johannes Millan 2025-05-16 19:35:15 +02:00
parent a048a90600
commit 05d9e2c2de
6 changed files with 33 additions and 6 deletions

View file

@ -1,3 +1,18 @@
## [13.0.10](https://github.com/johannesjo/super-productivity/compare/v13.0.9...v13.0.10) (2025-05-16)
### Bug Fixes
- horizontal scroll bar for planner ([9ff6c1d](https://github.com/johannesjo/super-productivity/commit/9ff6c1da0063b3c115641d24eeeac72f080bf97b))
### Features
- add better mechanism to catch validation errors during dev ([914285d](https://github.com/johannesjo/super-productivity/commit/914285d5f93b067a7664bcec0641a2cfc5c89dee))
- add stricter runtime checks for dev ([8f9b2e7](https://github.com/johannesjo/super-productivity/commit/8f9b2e7948716bf3fec436de8cd417b37ca4b932))
- adjust log ([e4ac101](https://github.com/johannesjo/super-productivity/commit/e4ac10114920f974954a541a791cd08b61a4c6ca))
- adjust log 2 ([5a310ab](https://github.com/johannesjo/super-productivity/commit/5a310ab81447db3828f2b1c18ee7984e8d98176d))
- always open checklists also for mobile in task detail panel ([3d3316f](https://github.com/johannesjo/super-productivity/commit/3d3316f24e23239b243399788460f69a50b4854d))
- **pfapi:** improve logs ([4b9b220](https://github.com/johannesjo/super-productivity/commit/4b9b220a964659d81db29807f15dd02f90124ec9))
## [13.0.9](https://github.com/johannesjo/super-productivity/compare/v13.0.8...v13.0.9) (2025-05-16)
### Bug Fixes

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 13_00_09_0000
versionName "13.0.9"
versionCode 13_00_10_0000
versionName "13.0.10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,12 @@
### Bug Fixes
* horizontal scroll bar for planner
### Features
* add better mechanism to catch validation errors during dev
* add stricter runtime checks for dev
* adjust log
* adjust log 2
* always open checklists also for mobile in task detail panel
* **pfapi:** improve logs

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "13.0.9",
"version": "13.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "13.0.9",
"version": "13.0.10",
"license": "MIT",
"dependencies": {
"electron-dl": "^3.5.2",

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "13.0.9",
"version": "13.0.10",
"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: '13.0.9',
version: '13.0.10',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};