mirror of
https://github.com/hamaluik/timecop.git
synced 2025-07-04 20:36:31 +08:00
updated changelog
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
### Added
|
||||
* Added ability to search for timers in the dashboard
|
||||
* Added ability to filter timers by time and project in the dashboard
|
||||
|
||||
### Changed
|
||||
* Moved the menu button to be under the Time Cop logo on the left side, to make room for the search and filter buttons
|
||||
* Fixed some Russian translations thanks to @4name
|
||||
* Marked hand-translated translations as such so the automatic translator doesn't touch them
|
||||
* Normalized order of translations across all languages
|
||||
|
||||
## [1.4.0+23] - 2020-03-02
|
||||
### Added
|
||||
@ -38,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
* Ability to export database file
|
||||
* Ability to export csv of filtered data
|
||||
|
||||
[Unreleased]: https://github.com/hamaluik/timecop/compare/v1.3.3+22...HEAD
|
||||
[Unreleased]: https://github.com/hamaluik/timecop/compare/v1.4.0+23...HEAD
|
||||
[1.4.0+23]: https://github.com/hamaluik/timecop/compare/v1.3.3+22...v1.4.0+23
|
||||
[1.3.3+22]: https://github.com/hamaluik/timecop/compare/v1.2.0+14...v1.3.3+22
|
||||
[1.2.0+14]: https://github.com/hamaluik/timecop/compare/v1.1.0+12...v1.2.0+14
|
||||
|
@ -374,11 +374,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
<<<<<<< HEAD
|
||||
CURRENT_PROJECT_VERSION = 24;
|
||||
=======
|
||||
CURRENT_PROJECT_VERSION = 25;
|
||||
>>>>>>> dashboard-filter
|
||||
DEVELOPMENT_TEAM = XF5UYMLH66;
|
||||
ENABLE_BITCODE = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@ -391,11 +387,7 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
<<<<<<< HEAD
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
=======
|
||||
MARKETING_VERSION = 1.5.0;
|
||||
>>>>>>> dashboard-filter
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ca.hamaluik.timecop;
|
||||
PRODUCT_NAME = "Time Cop";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
@ -519,11 +511,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
<<<<<<< HEAD
|
||||
CURRENT_PROJECT_VERSION = 24;
|
||||
=======
|
||||
CURRENT_PROJECT_VERSION = 25;
|
||||
>>>>>>> dashboard-filter
|
||||
DEVELOPMENT_TEAM = XF5UYMLH66;
|
||||
ENABLE_BITCODE = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@ -536,11 +524,7 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
<<<<<<< HEAD
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
=======
|
||||
MARKETING_VERSION = 1.5.0;
|
||||
>>>>>>> dashboard-filter
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ca.hamaluik.timecop;
|
||||
PRODUCT_NAME = "Time Cop";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
@ -557,11 +541,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
<<<<<<< HEAD
|
||||
CURRENT_PROJECT_VERSION = 24;
|
||||
=======
|
||||
CURRENT_PROJECT_VERSION = 25;
|
||||
>>>>>>> dashboard-filter
|
||||
DEVELOPMENT_TEAM = XF5UYMLH66;
|
||||
ENABLE_BITCODE = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@ -574,11 +554,7 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
<<<<<<< HEAD
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
=======
|
||||
MARKETING_VERSION = 1.5.0;
|
||||
>>>>>>> dashboard-filter
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ca.hamaluik.timecop;
|
||||
PRODUCT_NAME = "Time Cop";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
|
Reference in New Issue
Block a user