Skip to content

Commit

Permalink
release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed Sep 12, 2023
1 parent 0bcae3b commit f7c2287
Show file tree
Hide file tree
Showing 72 changed files with 130 additions and 105 deletions.
2 changes: 1 addition & 1 deletion smos-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:
mkDerivation {
pname = "smos-api";
version = "0.5.0";
version = "0.6.0";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base base64-bytestring bytestring containers
Expand Down
2 changes: 1 addition & 1 deletion smos-api/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-api
version: 0.5.0
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-api/smos-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-api
version: 0.5.0
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-calendar-import/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}:
mkDerivation {
pname = "smos-calendar-import";
version = "0.7.0";
version = "0.8.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-calendar-import/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-calendar-import
version: 0.7.0
version: 0.8.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-calendar-import/smos-calendar-import.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-calendar-import
version: 0.7.0
version: 0.8.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "smos-cli";
version = "0.0.0";
version = "0.0.1";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec autodocodec-yaml base bytestring envparse
Expand Down
2 changes: 1 addition & 1 deletion smos-cli/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-cli
version: 0.0.0
version: 0.0.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cli/smos-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-cli
version: 0.0.0
version: 0.0.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "smos-client";
version = "0.5.1";
version = "0.6.0";
src = ./.;
libraryHaskellDepends = [
base bytestring cookie deepseq dirforest http-types ical microlens
Expand Down
2 changes: 1 addition & 1 deletion smos-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-client
version: 0.5.1
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-client/smos-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-client
version: 0.5.1
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor-gen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "smos-cursor-gen";
version = "0.2.1";
version = "0.2.2";
src = ./.;
libraryHaskellDepends = [
base cursor cursor-dirforest-gen cursor-fuzzy-time-gen cursor-gen
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-cursor-gen
version: 0.2.1
version: 0.2.2
github: NorfairKing/smos
author: Tom Sydney Kerckhove
maintainer: sydcs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor-gen/smos-cursor-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-cursor-gen
version: 0.2.1
version: 0.2.2
homepage: https://github.com/NorfairKing/smos#readme
bug-reports: https://github.com/NorfairKing/smos/issues
author: Tom Sydney Kerckhove
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "smos-cursor";
version = "0.5.0";
version = "0.6.0";
src = ./.;
libraryHaskellDepends = [
base containers cursor cursor-dirforest cursor-fuzzy-time deepseq
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-cursor
version: 0.5.0
version: 0.6.0
github: NorfairKing/smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor/smos-cursor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-cursor
version: 0.5.0
version: 0.6.0
homepage: https://github.com/NorfairKing/smos#readme
bug-reports: https://github.com/NorfairKing/smos/issues
author: Tom Sydney Kerckhove
Expand Down
2 changes: 1 addition & 1 deletion smos-data-gen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "smos-data-gen";
version = "0.3.3";
version = "0.4.0";
src = ./.;
libraryHaskellDepends = [
base containers genvalidity genvalidity-containers genvalidity-text
Expand Down
2 changes: 1 addition & 1 deletion smos-data-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-data-gen
version: 0.3.3
version: 0.4.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-data-gen/smos-data-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-data-gen
version: 0.3.3
version: 0.4.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-data/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "smos-data";
version = "0.5.1";
version = "0.6.0";
src = ./.;
libraryHaskellDepends = [
aeson aeson-pretty autodocodec autodocodec-yaml base bytestring
Expand Down
2 changes: 1 addition & 1 deletion smos-data/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-data
version: 0.5.1
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-data/smos-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-data
version: 0.5.1
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-directory-gen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "smos-directory-gen";
version = "0.0.0";
version = "0.1.0";
src = ./.;
libraryHaskellDepends = [
base bytestring containers dirforest genvalidity
Expand Down
2 changes: 1 addition & 1 deletion smos-directory-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-directory-gen
version: 0.0.0
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-directory-gen/smos-directory-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-directory-gen
version: 0.0.0
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-directory/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "smos-directory";
version = "0.0.0";
version = "0.0.1";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base conduit containers cursor envparse microlens
Expand Down
2 changes: 1 addition & 1 deletion smos-directory/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-directory
version: 0.0.0
version: 0.0.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-directory/smos-directory.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-directory
version: 0.0.0
version: 0.0.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
60 changes: 60 additions & 0 deletions smos-docs-site/content/changelogs/2023-09-12.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- <a name="smos-0.8.0">[smos 0.8.0](#smos-0.8.0)
- <a name="smos-api-0.6.0">[smos-api 0.6.0](#smos-api-0.6.0)
- <a name="smos-calendar-import-0.8.0">[smos-calendar-import 0.8.0](#smos-calendar-import-0.8.0)
- <a name="smos-cli-0.0.1">[smos-cli 0.0.1](#smos-cli-0.0.1)
- <a name="smos-client-0.6.0">[smos-client 0.6.0](#smos-client-0.6.0)
- <a name="smos-cursor-0.6.0">[smos-cursor 0.6.0](#smos-cursor-0.6.0)
- <a name="smos-cursor-gen-0.2.2">[smos-cursor-gen 0.2.2](#smos-cursor-gen-0.2.2)
- <a name="smos-data-0.6.0">[smos-data 0.6.0](#smos-data-0.6.0)
- <a name="smos-data-gen-0.4.0">[smos-data-gen 0.4.0](#smos-data-gen-0.4.0)
- <a name="smos-directory-0.0.1">[smos-directory 0.0.1](#smos-directory-0.0.1)
- <a name="smos-directory-gen-0.1.0">[smos-directory-gen 0.1.0](#smos-directory-gen-0.1.0)
- <a name="smos-jobhunt-0.1.0">[smos-jobhunt 0.1.0](#smos-jobhunt-0.1.0)
- <a name="smos-notify-0.3.1">[smos-notify 0.3.1](#smos-notify-0.3.1)
- <a name="smos-query-0.10.0">[smos-query 0.10.0](#smos-query-0.10.0)
- <a name="smos-report-0.11.0">[smos-report 0.11.0](#smos-report-0.11.0)
- <a name="smos-report-cursor-0.5.0">[smos-report-cursor 0.5.0](#smos-report-cursor-0.5.0)
- <a name="smos-report-cursor-gen-0.4.0">[smos-report-cursor-gen 0.4.0](#smos-report-cursor-gen-0.4.0)
- <a name="smos-report-gen-0.6.0">[smos-report-gen 0.6.0](#smos-report-gen-0.6.0)
- <a name="smos-scheduler-0.7.1">[smos-scheduler 0.7.1](#smos-scheduler-0.7.1)
- <a name="smos-server-0.12.0">[smos-server 0.12.0](#smos-server-0.12.0)
- <a name="smos-server-gen-0.7.1">[smos-server-gen 0.7.1](#smos-server-gen-0.7.1)
- <a name="smos-sync-client-gen-0.4.1">[smos-sync-client-gen 0.4.1](#smos-sync-client-gen-0.4.1)
- <a name="smos-web-server-0.11.0">[smos-web-server 0.11.0](#smos-web-server-0.11.0)

### Added

* `smos`: `pp` for setting the `phone_number` property.
* `smos-jobhunt`: Made the waiting threshold configurable.
* `smos-calendar-import`: Now records whether you should be considered busy during an event in the `busy` property.
* `smos-query`: The `free` command: For showing when you may be available.
* `smos-query`: The `tags` command got a `--show-archive` flag.
* `smos`: The `AFTER` timestamp:
Don't show next actions if now is before the `AFTER` timestamp.
Don't show deadlines if now is before the `AFTER` timestamp.
* `smos-server`: Booking API: Users can now activate booking and be booked.
* `smos-web-server`: Booking UI: Users can now activate booking and be booked.
* `smos-api` and `smos-client`: An endpoint for deleting smos files.
* `smos-query`: The `ongoing` command: For showing entries that are happening now.

### Changed

* `smos-jobhunt`: Fix that the url wasn't being filled in.
* `smos`: Fixed that the `email` property was not coloured.
* `smos-jobhunt`: Fixed that the sender didn't receive a copy of the email.
* `smos-jobhunt`: Made the default waiting threshold 3 weeks.
* `smos-query`: The `tags` command now hides the archive by default.
* `smos-query`: Sped up the work report generation slightly by using difference lists.
* `smos-calendar-import`: Updated the `ical` depnedency.
This should speed up parsing of large calendars.
It should also allow importing from ICloud where previously that was not
possible because ICloud outputs invalid iCalendar files.
* `smos-query`: Don't consider entries with the property `busy: false` in the "next begin" part of the work report.
* `smos-api`: Bumped the API version to `0.4` with the addition of the booking API endpoints.
* All packages: Upgraded to LTS 20.23 and nixpkgs branch `nixos-23.05`.
* `smos-web-server`: Empty directories are now deleted in the web editor.
* `smos-notify`: The notification now shows the filename of the entry that the notification is about.
* `smos`: Fixed a bug where the cursor would sometimes become invisible in the work report.
* `smos-query`: Added an `ongoing` section to the work report.
* `smos`: Added an `ongoing` section to the interactive work report.
* `smos` and `smos-query`: Fixed a bug that caused files in the top-level of the archive directory to still show up in reports that were meant to hide the archive.
36 changes: 0 additions & 36 deletions smos-docs-site/content/unreleased.markdown
Original file line number Diff line number Diff line change
@@ -1,36 +0,0 @@
### Added

* `smos`: `pp` for setting the `phone_number` property.
* `smos-jobhunt`: Made the waiting threshold configurable.
* `smos-calendar-import`: Now records whether you should be considered busy during an event in the `busy` property.
* `smos-query`: The `free` command: For showing when you may be available.
* `smos-query`: The `tags` command got a `--show-archive` flag.
* `smos`: The `AFTER` timestamp:
Don't show next actions if now is before the 'AFTER' timestamp.
Don't show deadlines if now is before the 'AFTER' timestamp.
* `smos-server`: Booking API: Users can now activate booking and be booked.
* `smos-web-server`: Booking UI: Users can now activate booking and be booked.
* `smos-api` and `smos-client`: An endpoint for deleting smos files.
* `smos-query`: The `ongoing` command: For showing entries that are happening now.

### Changed

* `smos-jobhunt`: Fix that the url wasn't being filled in.
* `smos`: Fixed that the `email` property was not coloured.
* `smos-jobhunt`: Fixed that the sender didn't receive a copy of the email.
* `smos-jobhunt`: Made the default waiting threshold 3 weeks.
* `smos-query`: The `tags` command now hides the archive by default.
* `smos-query`: Sped up the work report generation slightly by using difference lists.
* `smos-calendar-import`: Updated the `ical` depnedency.
This should speed up parsing of large calendars.
It should also allow importing from ICloud where previously that was not
possible because ICloud outputs invalid iCalendar files.
* `smos-query`: Don't consider entries with the property `busy: false` in the "next begin" part of the work report.
* `smos-api`: Bumped the API version to `0.4` with the addition of the booking API endpoints.
* All packages: Upgraded to LTS 20.23 and nixpkgs branch `nixos-23.05`.
* `smos-web-server`: Empty directories are now deleted in the web editor.
* `smos-notify`: The notification now shows the filename of the entry that the notification is about.
* `smos`: Fixed a bug where the cursor would sometimes become invisible in the work report.
* `smos-query`: Added an `ongoing` section to the work report.
* `smos`: Added an `ongoing` section to the interactive work report.
* `smos` and `smos-query`: Fixed a bug that caused files in the top-level of the archive directory to still show up in reports that were meant to hide the archive.
1 change: 1 addition & 0 deletions smos-docs-site/smos-docs-site.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ extra-source-files:
content/changelogs/2022-11-11.markdown
content/changelogs/2022-11-15.markdown
content/changelogs/2023-03-23.markdown
content/changelogs/2023-09-12.markdown
content/pages/blogposts.markdown
content/pages/building-installation.markdown
content/pages/cheat-sheet.markdown
Expand Down
2 changes: 1 addition & 1 deletion smos-jobhunt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "smos-jobhunt";
version = "0.0.0";
version = "0.1.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-jobhunt/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-jobhunt
version: 0.0.0
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-jobhunt/smos-jobhunt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-jobhunt
version: 0.0.0
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-notify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "smos-notify";
version = "0.3.0";
version = "0.3.1";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-notify/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-notify
version: 0.3.0
version: 0.3.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down

0 comments on commit f7c2287

Please sign in to comment.