Skip to content

Commit e160659

Browse files
committed
Release: v0.1
1 parent 7e4fc3f commit e160659

File tree

3 files changed

+43
-11
lines changed

3 files changed

+43
-11
lines changed

README.org

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Various hooks are (or will be--feedback is welcome) provided, both globally and
1616
- [[#installation][Installation]]
1717
- [[#usage][Usage]]
1818
- [[#faq][FAQ]]
19+
- [[#changelog][Changelog]]
1920
:END:
2021

2122
* Installation
@@ -113,6 +114,12 @@ When option ~activities-bookmark-store~ is enabled, an Emacs bookmark is stored
113114

114115
+ Why did I get an error? :: Because ~activities~ is at an early stage of development and some of these features are not simple to implement. But it's based on Burly, which has already been through much bug-fixing, so it should proceed smoothly. Please report any bugs you find.
115116

117+
* Changelog
118+
119+
** v0.1
120+
121+
Initial release.
122+
116123
* COMMENT Export setup :noexport:
117124
:PROPERTIES:
118125
:TOC: :ignore this

activities.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Adam Porter <[email protected]>
66
;; Keywords: convenience
7-
;; Version: 0.1-pre
7+
;; Version: 0.1
88
;; Package-Requires: ((emacs "29.1") (persist "0.6"))
99

1010
;; This program is free software; you can redistribute it and/or modify

activities.info

+35-10
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ activity.
4545
* Installation::
4646
* Usage::
4747
* FAQ::
48+
* Changelog::
4849

4950
— The Detailed Node Listing —
5051

@@ -57,6 +58,10 @@ Usage
5758
* Commands::
5859
* Bookmarks::
5960

61+
Changelog
62+
63+
* v0.1: v01.
64+
6065

6166

6267
File: README.info, Node: Installation, Next: Usage, Prev: Top, Up: Top
@@ -234,7 +239,7 @@ stored when a new activity is made. This allows the command
234239
universalize the bookmark system).
235240

236241

237-
File: README.info, Node: FAQ, Prev: Usage, Up: Top
242+
File: README.info, Node: FAQ, Next: Changelog, Prev: Usage, Up: Top
238243

239244
3 FAQ
240245
*****
@@ -290,19 +295,39 @@ Why did I get an error?
290295
Burly, which has already been through much bug-fixing, so it should
291296
proceed smoothly. Please report any bugs you find.
292297

298+

299+
File: README.info, Node: Changelog, Prev: FAQ, Up: Top
300+
301+
4 Changelog
302+
***********
303+
304+
* Menu:
305+
306+
* v0.1: v01.
307+
308+

309+
File: README.info, Node: v01, Up: Changelog
310+
311+
4.1 v0.1
312+
========
313+
314+
Initial release.
315+
293316

294317

295318
Tag Table:
296319
Node: Top231
297-
Node: Installation2059
298-
Node: Usage3688
299-
Node: Activities3876
300-
Node: Compatibility4859
301-
Node: Modes5343
302-
Node: Workflow5990
303-
Node: Commands6943
304-
Node: Bookmarks8156
305-
Node: FAQ8508
320+
Node: Installation2098
321+
Node: Usage3727
322+
Node: Activities3915
323+
Node: Compatibility4898
324+
Node: Modes5382
325+
Node: Workflow6029
326+
Node: Commands6982
327+
Node: Bookmarks8195
328+
Node: FAQ8547
329+
Node: Changelog11623
330+
Node: v0111732
306331

307332
End Tag Table
308333

0 commit comments

Comments
 (0)