mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
17.4.0
This commit is contained in:
parent
161da56585
commit
793285614a
5 changed files with 15 additions and 6 deletions
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 17_03_00_9000
|
||||
versionName "17.3.0"
|
||||
versionCode 17_04_00_9000
|
||||
versionName "17.4.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
- close pull_request_target pwn request vulnerability (#6879)
|
||||
- add shortcut to open note/checklist in fullscreen (#6869)
|
||||
- add markdown list auto-continuation (#6870)
|
||||
- fix recurring task tests failing in CI production builds
|
||||
- handle Linear issue state in isIssueDone (#6877)
|
||||
- improve Slovak translations
|
||||
- complete translations for all 26 languages
|
||||
- add package-lock.json registry check and pin npm registry (#6875)
|
||||
- match navigation bar color to system theme on startup (#6872)
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "17.3.0",
|
||||
"version": "17.4.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "17.3.0",
|
||||
"version": "17.4.0",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "17.3.0",
|
||||
"version": "17.4.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: '17.3.0',
|
||||
version: '17.4.0',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue