mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.3.1
This commit is contained in:
parent
6d79513b9b
commit
0bf97455ab
6 changed files with 24 additions and 6 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## [16.3.1](https://github.com/johannesjo/super-productivity/compare/v16.3.0...v16.3.1) (2025-11-10)
|
||||
|
||||
### Reverts
|
||||
|
||||
- Revert "build: attempt to fix mas build by enabling auto discovery" ([ce2f227](https://github.com/johannesjo/super-productivity/commit/ce2f227aec9c67cedff6243d467021107f16fdcc))
|
||||
- Revert "build: attempt to fix mas build by loginhelper stuff" ([5c6b1ff](https://github.com/johannesjo/super-productivity/commit/5c6b1ffc73e7ed64e6e30134c3f96d576c26d1a5))
|
||||
- Revert "build: attempt to fix mas" ([a8f9c90](https://github.com/johannesjo/super-productivity/commit/a8f9c9089d78fbff4f67048bfffc47babfcf61d4))
|
||||
- Revert "build: attempt to fix mas 2" ([4857961](https://github.com/johannesjo/super-productivity/commit/48579614389bb3e7791b5c46c01867ac8a1e62dc))
|
||||
- Revert "build: attempt to fix mas 3 diagnostics" ([09be47f](https://github.com/johannesjo/super-productivity/commit/09be47f00cad7fbf841219e2bee11d4dbf1560ba))
|
||||
|
||||
# [16.3.0](https://github.com/johannesjo/super-productivity/compare/v16.2.1...v16.3.0) (2025-11-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 16_03_00_0000
|
||||
versionName "16.3.0"
|
||||
versionCode 16_03_01_0000
|
||||
versionName "16.3.1"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
### Reverts
|
||||
|
||||
* Revert "build: attempt to fix mas build by enabling auto discovery"
|
||||
* Revert "build: attempt to fix mas build by loginhelper stuff"
|
||||
* Revert "build: attempt to fix mas"
|
||||
* Revert "build: attempt to fix mas 2"
|
||||
* Revert "build: attempt to fix mas 3 diagnostics"
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.3.0",
|
||||
"version": "16.3.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "16.3.0",
|
||||
"version": "16.3.1",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.3.0",
|
||||
"version": "16.3.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.3.0',
|
||||
version: '16.3.1',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue