From 202252b6c859f0f816d08f855043063beee78205 Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Mon, 26 Jul 2021 08:00:50 +0200 Subject: [PATCH] Prepare release 1.7.0 --- CHANGELOG.md | 4 +++- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28506e98..a5b8a44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. 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). -## [1.7.0] - unreleased +## [1.8.0] - unreleased + +## [1.7.0] - 2021-07-26 See [Release](https://github.com/itsallcode/white-rabbit/releases/tag/v1.7.0) / [Milestone](https://github.com/itsallcode/white-rabbit/milestone/9?closed=1) diff --git a/README.md b/README.md index 764372eb..08ddcc26 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ echo "data = $HOME/time-recording-data/" > $HOME/.whiterabbit.properties CSVExport plugin supports the export of the current monthly report to a pre-configured path. The file names are hard coded, and have the format -of YYYY-MM_working_time.csv. +of `YYYY-MM_working_time.csv`. Please note that all days must have a valid project assigned for the correct export. @@ -226,7 +226,7 @@ the correct export. #### Optional configuration settings -Currently, you can configure the destination path, separator and flag in white rabbit's configuration file: +Currently, you can configure the destination path, separator and flag in WhiteRabbit's configuration file: ```properties csv.destination = ~/working_time_reports @@ -236,7 +236,7 @@ csv.filter_for_weekdays = True The default values are: -```Default Values +```properties csv.destination = $HOME csv.separator = "," csv.filter_for_weekdays = False @@ -314,7 +314,7 @@ This will build WhiteRabbit, upload it to the AWS S3 bucket and publish the plug ./gradlew clean build publish closeAndReleaseRepository webstart:publishWebstart --info -PreleaseVersion= ``` - The release will be written to `jfxui/build/libs/white-rabbit-fx-.jar` and the uploaded content will be available at [https://whiterabbit.chp1.net](https://whiterabbit.chp1.net). Snapshots will be available at [https://oss.sonatype.org/content/repositories/snapshots/org/itsallcode/whiterabbit/](https://oss.sonatype.org/content/repositories/snapshots/org/itsallcode/whiterabbit/). + The release will be written to `jfxui/build/libs/white-rabbit-fx-.jar` and the uploaded content will be available at [whiterabbit.chp1.net](https://whiterabbit.chp1.net). Snapshots will be available at [oss.sonatype.org](https://oss.sonatype.org/content/repositories/snapshots/org/itsallcode/whiterabbit/). 3. Create a new [release](https://github.com/itsallcode/white-rabbit/releases) in GitHub and attach the built jar. 4. Close the [milestone](https://github.com/itsallcode/white-rabbit/milestones) in GitHub.