mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
11.0.2
This commit is contained in:
parent
264ced70d4
commit
e70b83480e
6 changed files with 29 additions and 6 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
|||
## [11.0.2](https://github.com/johannesjo/super-productivity/compare/v11.0.1...v11.0.2) (2024-12-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- build error ([68db334](https://github.com/johannesjo/super-productivity/commit/68db334ab238f60c5f698a455194fd810e079d7c))
|
||||
|
||||
### Features
|
||||
|
||||
- **issue:** go back to classic way of doing jira requests as it is more reliable ([264ced7](https://github.com/johannesjo/super-productivity/commit/264ced70d4e4bc27a2344d452e9ef7cab19ebb1a))
|
||||
- **issue:** improve error handling for backlog import ([b3f7eb0](https://github.com/johannesjo/super-productivity/commit/b3f7eb0953985a94607ac56eabad3a4f436753f3))
|
||||
- **issue:** improve jira error handling ([a33de8c](https://github.com/johannesjo/super-productivity/commit/a33de8cdce4290758bcacacea56b71aad721251d))
|
||||
- **issue:** make post requests work for jira api ([0e892dd](https://github.com/johannesjo/super-productivity/commit/0e892dd8572faaa1c691322342829a997eb5124f))
|
||||
|
||||
## [11.0.1](https://github.com/johannesjo/super-productivity/compare/v11.0.0...v11.0.1) (2024-12-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 34
|
||||
compileSdk 34
|
||||
versionCode 110001_02_99
|
||||
versionName "11.0.1"
|
||||
versionCode 110002_02_99
|
||||
versionName "11.0.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
10
fastlane/metadata/android/en-US/changelogs/110002.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/110002.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* build error
|
||||
### Features
|
||||
|
||||
* **issue:** go back to classic way of doing jira requests as it is more reliable
|
||||
* **issue:** improve error handling for backlog import
|
||||
* **issue:** improve jira error handling
|
||||
* **issue:** make post requests work for jira api
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"electron-dl": "^3.5.2",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"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: '11.0.1',
|
||||
version: '11.0.2',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue