versions.ttl 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @base <https://apps.apple.com/us/app/shaarlios/id1027441388?mt=8&action=write-review#> .
  2. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  3. @prefix dct: <http://purl.org/dc/terms/> .
  4. @prefix doap: <http://usefulinc.com/ns/doap#> .
  5. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  6. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  7. <v1.0>
  8. dct:source <https://mro.name/ShaarliOS/v1.0+3f3572d6> ;
  9. dct:description "" ;
  10. doap:created "2015-08-12T22:00:00.000Z"^^xsd:date ;
  11. a doap:Version .
  12. <v1.1>
  13. dct:source <https://mro.name/ShaarliOS/v1.1+9b428a65> ;
  14. dct:description """- fix a crash (github#5)
  15. - fix a bug (github#7)
  16. - enable editing of links via re-sharing (github#4)
  17. - add a \"Safari\" Button to launch the Shaarli Webinterface
  18. - update 1Password code
  19. - add a today widget to quickly add notes
  20. - various small or internal improvements""" ;
  21. doap:created "2016-02-14T23:00:00.000Z"^^xsd:date ;
  22. a doap:Version .
  23. <v1.2>
  24. dct:source <https://mro.name/ShaarliOS/v1.2+d898faa> ;
  25. dct:description """Complete rewrite in swift.
  26. The next version may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  27. doap:created "2020-03-21T23:00:00.000Z"^^xsd:date ;
  28. a doap:Version .
  29. <v1.2.1>
  30. dct:description """Bugfix: timing issue after share sheet (seen in Firefox).
  31. The next minor version (1.3) may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  32. doap:created "2020-03-29T22:00:00.000Z"^^xsd:date ;
  33. a doap:Version .
  34. <v1.2.2>
  35. dct:description """Bugfix:&nbsp;
  36. - timing issue after share sheet (seen in Firefox),
  37. - display port number in settings.
  38. The next minor version (1.3) may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  39. doap:created "2020-04-02T22:00:00.000Z"^^xsd:date ;
  40. a doap:Version .
  41. <v1.2.3>
  42. dct:description """Bugfix:
  43. - username &amp; password escaping,
  44. - 'linkform not found' when changing settings with some backend server versions.
  45. The next minor version (1.3) may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  46. doap:created "2020-04-04T22:00:00.000Z"^^xsd:date ;
  47. a doap:Version .
  48. <v1.2.4>
  49. dct:description """Bugfix:
  50. - 'linkform not found' regression from username &amp; password escaping,
  51. The next minor version (1.3) may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  52. doap:created "2020-04-05T22:00:00.000Z"^^xsd:date ;
  53. a doap:Version .
  54. <v1.2.5>
  55. dct:description """Bugfix:
  56. - more meaningful error messages,
  57. - display posting errors until acknowledged,
  58. - don't send HTTP form field 'save_cancel' on post.
  59. The next minor version (1.3) may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  60. doap:created "2020-04-13T22:00:00.000Z"^^xsd:date ;
  61. a doap:Version .
  62. <v1.2.6>
  63. dct:source <https://mro.name/ShaarliOS/v1.2.6.13+285c413> ;
  64. dct:description """Bugfix:
  65. - also work with a personal non-HTTPS server when sharing from share sheet.
  66. The next minor version (1.3) may start the transition to using the pinboard.in/api – see details at https://mro.name/ShaarliO/api.""" ;
  67. doap:created "2020-04-13T22:00:00.000Z"^^xsd:date ;
  68. a doap:Version .