mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
13.0.10
This commit is contained in:
parent
a048a90600
commit
05d9e2c2de
6 changed files with 33 additions and 6 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
12
fastlane/metadata/android/en-US/changelogs/1300100000.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/1300100000.txt
Normal 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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "13.0.9",
|
||||
"version": "13.0.10",
|
||||
"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: '13.0.9',
|
||||
version: '13.0.10',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue