mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
18.3.0
This commit is contained in:
parent
3ae246d030
commit
81560f97af
5 changed files with 16 additions and 6 deletions
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 18_02_08_9000
|
||||
versionName "18.2.8"
|
||||
versionCode 18_03_00_9000
|
||||
versionName "18.3.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
- Feat/issue 7362 9d46d3 (#7363)
|
||||
- add 3-month inactive-account deletion clause
|
||||
- improve Dropbox auth dialog UX on sandboxed Linux (#7139)
|
||||
- break iOS WebDAV conflict-dialog loop (#7339)
|
||||
- run unit tests when plugin code changes
|
||||
- inline countdown wrapper, document set invariant
|
||||
- reject inherited fields when creating subtask via REST
|
||||
- drop dead addAttachment from task context menu
|
||||
- open attachment dialog via detail panel after #7314
|
||||
- google calendar text exceeding background (#7361)
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "18.2.8",
|
||||
"version": "18.3.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "18.2.8",
|
||||
"version": "18.3.0",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "18.2.8",
|
||||
"version": "18.3.0",
|
||||
"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: '18.2.8',
|
||||
version: '18.3.0',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue